Platform Explorer / Nuxeo Platform 2023.10

Extension point config

Documentation

This extension can be used to configure the Comment Service

Contribution Descriptors

  • Class: org.nuxeo.ecm.platform.comment.service.CommentServiceConfig

Existing Contributions

Contributions are presented in the same order as the registration order on this extension point. This order is displayed before the contribution name, in brackets.

  • nuxeo-platform-comment-2023.10.13.jar /OSGI-INF/comment-relation-contrib.xml
    <extension point="config" target="org.nuxeo.ecm.platform.comment.service.CommentService">
        <config>
          <converterClass>
            org.nuxeo.ecm.platform.comment.impl.CommentConverterImpl
          </converterClass>
          <graphName>documentComments</graphName>
          <!-- XXX AT: these namespaces should have an ending slash -->
          <commentNamespace>http://www.nuxeo.org/comments/uid</commentNamespace>
          <documentNamespace>http://www.nuxeo.org/document/uid</documentNamespace>
          <predicateNamespace>
            http://www.nuxeo.org/predicates/isCommentFor
          </predicateNamespace>
        </config>
      </extension>